home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000105_news@newsmaster….columbia.edu _Wed Oct 15 15:22:00 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA17077
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 15 Oct 1997 15:21:50 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA18497
  7.     for kermit.misc@watsun; Wed, 15 Oct 1997 15:21:50 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!www.nntp.primenet.com!globalcenter1!news.primenet.com!MIX.COM!sluggy
  9. From: billy@mix.com
  10. Newsgroups: alt.sys.pdp11,vmsnet.pdp-11,comp.protocols.kermit.misc
  11. Subject: Re: DX11 baud rates under RT11
  12. Date: 15 Oct 1997 12:20:00 -0700
  13. Organization: Billy's Place
  14. Lines: 17
  15. Message-ID: <623510$7qn@nntp02.primenet.com>
  16. References: <RJM.97Oct15164024@swift.eng.ox.ac.uk> <6232gg$jnu$1@nntp.ucs.ubc.ca>
  17. X-Posted-By: billy@206.165.6.202 (billy)
  18. Xref: news.columbia.edu alt.sys.pdp11:2863 vmsnet.pdp-11:8362 comp.protocols.kermit.misc:7884
  19.  
  20. Tim Shoppa <shoppa@alph02.triumf.ca> writes:
  21.  
  22. > If your board is a DL11 with software-adjustable baud rate in a way
  23. > that's compatible with a DLV-11E, there
  24. > are RT-11 SET commands for changing the baud rate.  In this case, I'll
  25. > hazard a guess that you're using RT-11's XL handler to handle this
  26. > port, in which case a SET XL SPEED=nnnn will be doable.  9600 baud
  27. > would be a good start.
  28.  
  29. XL didn't appear until V5.1 but there is another handler, KM (for
  30. Kermit Modem although in this case modems aren't needed), which I
  31. supply with the KRT Kermit that could be used here.  KM also provides
  32. an 8-bit path (XL is a 7-bit handler), hardware flow control (when
  33. used on a port than can do it) and is optimized for Kermit (by not
  34. doing anything beyond what Kermit actually needs).
  35.  
  36. Billy Y..